Html Css Color HEX #C38421 Geebung

📋 copy color: '#C38421'

red 195 ◦ green 132 ◦ blue 33

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

Shades of Geebung #C38421

Tints of Geebung #C38421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 54.17%
G = 36.67%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C38421 (or 0xC38421) is known color: Geebung. HEX triplet: C3, 84 and 21. RGB value is (195,132,33). Sum of RGB (Red+Green+Blue) = 195+132+33=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C38421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38421 is #3C7BDE. Grayscale: #8C8C8C. Windows color (decimal): -3963871 or 2196675. OLE color: 2196675.

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

Color convert

RGB 195 132 33 -
CMYK 0 0.32 0.83 0.24
HSL 36.67º 0.71% 0.45% -
HSV(B) 36.67º 0.83% 0.76% -
XYZ 31.03 28.21 5.25 -
YUV 139.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 195 132 33 0 0.32 0.83 0.24 36.67 0.71 0.45
Hex C3 84 21 0 20 53 18 25 47 2D
Octal 303 204 41 0 40 123 30 45 107 55
Binary 11000011 10000100 100001 0 100000 1010011 11000 100101 1000111 101101

Color Harmonies of #C38421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38421

Black with #C38421

Text Example


Text Example

White with #C38421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38421; }

 p { color: rgb(195,132,33); }

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

background-color css

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

 a { background-color: rgb(195,132,33); }

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

border-color css

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

 span { border-color: rgb(195,132,33); }

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