Html Css Color HEX #C38A33 Geebung

📋 copy color: '#C38A33'

red 195 ◦ green 138 ◦ blue 51

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

Shades of Geebung #C38A33

Tints of Geebung #C38A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

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

R = 50.78%
G = 35.94%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C38A33 (or 0xC38A33) is known color: Geebung. HEX triplet: C3, 8A and 33. RGB value is (195,138,51). Sum of RGB (Red+Green+Blue) = 195+138+51=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A33 is #3C75CC. Grayscale: #919191. Windows color (decimal): -3962317 or 3377859. OLE color: 3377859.

HSL color Cylindrical-coordinate representation of color #C38A33: hue angle of 36.25º 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 #C38A33 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 51 -
CMYK 0 0.29 0.74 0.24
HSL 36.25º 0.59% 0.48% -
HSV(B) 36.25º 0.74% 0.76% -
XYZ 32.19 30.02 7.23 -
YUV 145.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 195 138 51 0 0.29 0.74 0.24 36.25 0.59 0.48
Hex C3 8A 33 0 1D 4A 18 24 3B 30
Octal 303 212 63 0 35 112 30 44 73 60
Binary 11000011 10001010 110011 0 11101 1001010 11000 100100 111011 110000

Color Harmonies of #C38A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A33

Black with #C38A33

Text Example


Text Example

White with #C38A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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