Html Css Color HEX #C38533 Geebung

📋 copy color: '#C38533'

red 195 ◦ green 133 ◦ blue 51

#C38533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C38533

Tints of Geebung #C38533

RGB

 RED value IS 195 (76.56% from 255) = 51.45%

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 51.45%
G = 35.09%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38533 (or 0xC38533) is known color: Geebung. HEX triplet: C3, 85 and 33. RGB value is (195,133,51). Sum of RGB (Red+Green+Blue) = 195+133+51=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C38533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38533 is #3C7ACC. Grayscale: #8E8E8E. Windows color (decimal): -3963597 or 3376579. OLE color: 3376579.

HSL color Cylindrical-coordinate representation of color #C38533: hue angle of 34.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C38533 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 51 -
CMYK 0 0.32 0.74 0.24
HSL 34.17º 0.59% 0.48% -
HSV(B) 34.17º 0.74% 0.76% -
XYZ 31.49 28.62 7 -
YUV 142.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 195 133 51 0 0.32 0.74 0.24 34.17 0.59 0.48
Hex C3 85 33 0 20 4A 18 22 3B 30
Octal 303 205 63 0 40 112 30 42 73 60
Binary 11000011 10000101 110011 0 100000 1001010 11000 100010 111011 110000

Color Harmonies of #C38533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38533

Black with #C38533

Text Example


Text Example

White with #C38533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38533; }

 p { color: rgb(195,133,51); }

 H1.HeaderClassName
 {
   color: #C38533;
 }
 .AnyTagClassName
 {
   color: #C38533;
 }
</style>

background-color css

<style>
 a { background-color: #C38533; }

 a { background-color: rgb(195,133,51); }

 div.DivClassName
 {
   background-color: #C38533;
 }
 .BgClassName
 {
   background-color: #C38533;
 }
</style>

border-color css

<style>
 span { border-color: #C38533; }

 span { border-color: rgb(195,133,51); }

 td.TdClassName
 {
   border-color: #C38533;
 }
 .TagClassName
 {
   border-color: #C38533;
 }
</style>