Html Css Color HEX #C38023 Geebung

📋 copy color: '#C38023'

red 195 ◦ green 128 ◦ blue 35

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

Shades of Geebung #C38023

Tints of Geebung #C38023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 35 (14.06% from 255) = 9.78%

R = 54.47%
G = 35.75%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C38023 (or 0xC38023) is known color: Geebung. HEX triplet: C3, 80 and 23. RGB value is (195,128,35). Sum of RGB (Red+Green+Blue) = 195+128+35=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C38023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38023 is #3C7FDC. Grayscale: #898989. Windows color (decimal): -3964893 or 2326723. OLE color: 2326723.

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

Color convert

RGB 195 128 35 -
CMYK 0 0.34 0.82 0.24
HSL 34.88º 0.7% 0.45% -
HSV(B) 34.88º 0.82% 0.76% -
XYZ 30.53 27.16 5.22 -
YUV 137.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 195 128 35 0 0.34 0.82 0.24 34.88 0.7 0.45
Hex C3 80 23 0 22 52 18 23 46 2D
Octal 303 200 43 0 42 122 30 43 106 55
Binary 11000011 10000000 100011 0 100010 1010010 11000 100011 1000110 101101

Color Harmonies of #C38023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38023

Black with #C38023

Text Example


Text Example

White with #C38023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38023; }

 p { color: rgb(195,128,35); }

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

background-color css

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

 a { background-color: rgb(195,128,35); }

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

border-color css

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

 span { border-color: rgb(195,128,35); }

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