Html Css Color HEX #38370A Karaka

📋 copy color: '#38370A'

red 56 ◦ green 55 ◦ blue 10

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

Shades of Karaka #38370A

Tints of Karaka #38370A

RGB

 RED value IS 56 (22.27% from 255) = 46.28%

 GREEN value IS 55 (21.88% from 255) = 45.45%

 BLUE value IS 10 (4.3% from 255) = 8.26%

R = 46.28%
G = 45.45%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38370A (or 0x38370A) is known color: Karaka. HEX triplet: 38, 37 and 0A. RGB value is (56,55,10). Sum of RGB (Red+Green+Blue) = 56+55+10=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370A is #C7C8F5. Grayscale: #323232. Windows color (decimal): -13093110 or 669496. OLE color: 669496.

HSL color Cylindrical-coordinate representation of color #38370A: hue angle of 58.7º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38370A is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 55 10 -
CMYK 0 0.02 0.82 0.78
HSL 58.7º 0.7% 0.13% -
HSV(B) 58.7º 0.82% 0.22% -
XYZ 3.05 3.6 0.82 -
YUV 50.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 56 55 10 0 0.02 0.82 0.78 58.7 0.7 0.13
Hex 38 37 A 0 2 52 4E 3B 46 D
Octal 70 67 12 0 2 122 116 73 106 15
Binary 111000 110111 1010 0 10 1010010 1001110 111011 1000110 1101

Color Harmonies of #38370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38370A

Black with #38370A

Text Example


Text Example

White with #38370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38370A; }

 p { color: rgb(56,55,10); }

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

background-color css

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

 a { background-color: rgb(56,55,10); }

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

border-color css

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

 span { border-color: rgb(56,55,10); }

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